WPDev.one
Action Hook

admin_action_{$action}

do_action( 'admin_action_{$action}' )

Fires when an 'action' request variable is sent. The dynamic portion of the hook name, `$action`, refers to the action derived from the `GET` or `POST` request.

Hook Information

Source File
wp-admin/admin.php
Advertisement